Autogenerated HTML docs for v2.8.1-185-gdc0db
diff --git a/git-worktree.html b/git-worktree.html index 5b1eaab..2b03a85 100644 --- a/git-worktree.html +++ b/git-worktree.html
@@ -748,7 +748,7 @@ <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<pre class="content"><em>git worktree add</em> [-f] [--detach] [-b <new-branch>] <path> [<branch>] +<pre class="content"><em>git worktree add</em> [-f] [--detach] [--checkout] [-b <new-branch>] <path> [<branch>] <em>git worktree prune</em> [-n] [-v] [--expire <expire>] <em>git worktree list</em> [--porcelain]</pre> <div class="attribution"> @@ -863,6 +863,17 @@ </p> </dd> <dt class="hdlist1"> +--[no-]checkout +</dt> +<dd> +<p> + By default, <code>add</code> checks out <code><branch></code>, however, <code>--no-checkout</code> can + be used to suppress checkout in order to make customizations, + such as configuring sparse-checkout. See "Sparse checkout" + in <a href="git-read-tree.html">git-read-tree(1)</a>. +</p> +</dd> +<dt class="hdlist1"> -n </dt> <dt class="hdlist1"> @@ -1049,7 +1060,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2016-02-10 15:41:33 PST +Last updated 2016-04-13 15:01:05 PDT </div> </div> </body>